home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / swish.11 / src / hash.h < prev    next >
Text File  |  1995-03-11  |  398b  |  19 lines

  1. /*
  2. ** Copyright (C) 1995, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 3/11/94
  6. */
  7.  
  8. unsigned hash();
  9. unsigned bighash();
  10. void readdefaultstopwords();
  11. void addstophash();
  12. int isstopword();
  13. void addtofilehashlist();
  14. long getfilenum();
  15. void addtofwordtotals();
  16. int gettotalwords();
  17. void mergeresulthashlist();
  18. void initresulthashlist();
  19.